https://github.com/maxkrv/-rnotes-typescript
https://github.com/maxkrv/-rnotes-typescript
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxkrv/-rnotes-typescript
- Owner: maxkrv
- Created: 2023-03-20T11:10:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T11:10:26.000Z (over 3 years ago)
- Last Synced: 2025-01-20T21:49:11.341Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Node HTTP Module
description: A HTTP module server
tags:
- http
- nodejs
- javascript
---
# HTTP Module Example
This example starts an [HTTP Module](https://nodejs.org/api/http.html) server.
[](https://railway.app/new/template/ZweBXA)
## 💁♀️ How to use
- Install dependencies `yarn`
- Connect to your Railway project `railway link`
- Start the development server `railway run yarn start`
## 📝 Notes
The server started simply returns a `Hello World` payload. The server code is located in `server.mjs`.