All Projects → nodepolus → nodepolus2

nodepolus / nodepolus2

Licence: other
NodePolus is a JavaScript library containing multiple implementations of the Among Us network protocol.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to nodepolus2

AmongUsTryhard
Among us mod that fixes some game breaking bugs when tryharding among us. As well as some useful settings
Stars: ✭ 18 (-93.9%)
Mutual labels:  among-us, amongus
Among-Us-Dumpy-Gif-Maker
A tool to make dumpy among us GIFS
Stars: ✭ 537 (+82.03%)
Mutual labels:  among-us, amongus
among-us-replayer
Replayer for Among Us
Stars: ✭ 32 (-89.15%)
Mutual labels:  among-us, amongus
CrowdedSheriff
BepInEx mod adding custom Sheriff role in the "Among Us" game
Stars: ✭ 15 (-94.92%)
Mutual labels:  among-us, amongus
Crewlink
Free, open, Among Us Proximity Chat
Stars: ✭ 3,213 (+989.15%)
Mutual labels:  among-us, amongus
amongus-protocol
An implementation of the Among Us protocol in typescript.
Stars: ✭ 56 (-81.02%)
Mutual labels:  among-us, amongus
Among-Us-Love-Couple-Mod
Among Us Love Couple Mod
Stars: ✭ 45 (-84.75%)
Mutual labels:  among-us, amongus
CheepsAmongUsMods
This repo will contain modifications for the game Among Us using BepInEx
Stars: ✭ 42 (-85.76%)
Mutual labels:  among-us, amongus
SimpleSlider
Simple responsive slider created in pure javascript.
Stars: ✭ 21 (-92.88%)
Mutual labels:  javascript-library
contentajs-graphql
GraphQL.js helpers for Contenta JS
Stars: ✭ 13 (-95.59%)
Mutual labels:  javascript-library
DummyJSON
DummyJSON provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend.
Stars: ✭ 213 (-27.8%)
Mutual labels:  javascript-library
AllOfUsBot
A simple plugin that lets you change the map, your color, name, and if you're using the All of Us Mod or Crowded Mod, player limit and impostor limit
Stars: ✭ 26 (-91.19%)
Mutual labels:  among-us
youtube-lazyload
LazyLoad Embed YouTube Player - simple and lightweight plugin - pure JavaScript
Stars: ✭ 23 (-92.2%)
Mutual labels:  javascript-library
thenewboston-js
JavaScript library for thenewboston.
Stars: ✭ 39 (-86.78%)
Mutual labels:  javascript-library
anypalette.js
🎨 Read/write all color palette file formats ❤🧡💛💚💙💜
Stars: ✭ 41 (-86.1%)
Mutual labels:  javascript-library
stackml-js
Machine Learning platform in-browser for creators
Stars: ✭ 34 (-88.47%)
Mutual labels:  javascript-library
qrono
🕥 Just right date time library
Stars: ✭ 111 (-62.37%)
Mutual labels:  javascript-library
space-client
File Upload (encrypted), File Sharing, Filecoin Markets (TBD), and User Controlled Data. You can access same methods from the Space Daemon using our JS client, so you don't need to worry about gRPC calls.
Stars: ✭ 73 (-75.25%)
Mutual labels:  javascript-library
Awesome-Javascript
A Curated list of Awesome JavaScript Resources
Stars: ✭ 116 (-60.68%)
Mutual labels:  javascript-library
kolorwheel.js
🌈 Color palette generator JavaScript library
Stars: ✭ 37 (-87.46%)
Mutual labels:  javascript-library

Archived

This is the old version of NodePolus and is no longer supported.


NodePolus

🌟 Please Star the project and join our Discord server for support! It really helps out! :)

NodePolus is a JavaScript library containing multiple implementations of the Among Us network protocol. Once finished, it will provide implementations for each of the following:

  • A custom region server with plugin support
  • A programmable client that can play games
  • A packet inspector and proxy

Only the region server is in a usable state, with plugin support in its early stages of development. The client and packet inspector are currently non-functional. For questions and updates regarding the API, client, and packet inspector, join our Discord server.

Usage

Region Server

  1. Install node.js v15.0.1 or later
  2. Download NodePolus
    • Either by downloading the zip here
    • Or by cloning the repo via git clone https://github.com/NodePolus/NodePolus.git
  3. Open a terminal inside the extracted archive directory or the cloned repo directory
  4. Install the dependencies
    • If you downloaded the zip archive: npm install --ignore-scripts
    • If you cloned the repo: npm install
  5. Start the server: npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].