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: 6 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T17:10:43.000Z (3 months ago)
- Last Synced: 2024-12-18T07:53:05.831Z (18 days ago)
- Topics: catan, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 102 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`