Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
/ parrot Public archive

A basic websocket server to handle connecting users in rooms.

Notifications You must be signed in to change notification settings

dustinwhisman/parrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parrot

Because it repeats whatever you tell it.

Getting Started

You can run this either through Docker or through standard Node/npm.

# Docker
# build the image
docker build . -t <tagname>

# run the image
docker run <tagname>

# npm
# install dependencies
npm install

# run the server
npm start

Deployment

This is set up to deploy to fly.io, but you could push the Docker image anywhere, really. If you're set up with fly.io, you can run fly deploy to push any changes.

About

A basic websocket server to handle connecting users in rooms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published