| title | Hapi | ||
|---|---|---|---|
| description | A Hapi server | ||
| tags |
|
This example starts a Hapi server.
- Hapi
- TypeScript
- Install dependencies
yarn - Connect to your Railway project
railway link - Start the development server
railway run yarn dev
The server started simply returns "Hello World". The server code is located in src/index.ts.