Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 346 Bytes

File metadata and controls

4 lines (4 loc) · 346 Bytes

Typescript webserver

This is a minimal Typescript webserver. It will respond to "GET /" requests with the text "Hello World!". This is made using express. It will use the default port provided by Railway, or 3000 if it isn't set. Once the template is used to create a project, it will automatically start without extra configuration required.