Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexphanna/frontier-server
Node.js server for Frontier
https://github.com/alexphanna/frontier-server
catan nodejs server
Last synced: 11 days ago
JSON representation
Node.js server for Frontier
- Host: GitHub
- URL: https://github.com/alexphanna/frontier-server
- Owner: alexphanna
- Created: 2024-08-02T02:02:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T04:35:55.000Z (3 months ago)
- Last Synced: 2024-08-23T04:38:46.288Z (3 months ago)
- Topics: catan, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontier Server
Node.js server for [Frontier](https://github.com/alexphanna/frontier)
## Requirements
- [Node.js](https://nodejs.org/en/download)
## Installing and starting
```bash
git clone https://github.com/alexphanna/frontier-server.git
cd catan-server
node index.js
```
By default the server starts on `localhost:8080`