All Projects → coder13 → LetsCube

coder13 / LetsCube

Licence: GPL-3.0 License
Race against cubers anywhere anytime

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to LetsCube

boltly
Boltly: The complete Socket.io test client!
Stars: ✭ 16 (+0%)
Mutual labels:  socket-io
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (+0%)
Mutual labels:  socket-io
mom
Proof of concept for Message-Oriented-Middleware based architecture.
Stars: ✭ 39 (+143.75%)
Mutual labels:  socket-io
TelegramClone
JetGram is an open source desktop app Telegram clone made with JavaFx.
Stars: ✭ 50 (+212.5%)
Mutual labels:  socket-io
Cavemen-GGJ2019
A multiplayer survival game developed during Global Game Jam 2019.
Stars: ✭ 21 (+31.25%)
Mutual labels:  socket-io
quantum-face-register
face register with three.js and tracking.js
Stars: ✭ 44 (+175%)
Mutual labels:  socket-io
myChat
MyChat es una aplicación de mensajería en tiempo real con servidores de Discord (similar a un canal de Discord).
Stars: ✭ 30 (+87.5%)
Mutual labels:  socket-io
Agamari
🍙 Katamari × Agar.io
Stars: ✭ 46 (+187.5%)
Mutual labels:  socket-io
video-group-meeting
WebRTC video chat for multi users using React and Node Express.
Stars: ✭ 40 (+150%)
Mutual labels:  socket-io
mous
Lightweight audio player & converter for FreeBSD/Linux/macOS
Stars: ✭ 65 (+306.25%)
Mutual labels:  socket-io
socket.io-msgpack-parser
socket.io parser based on msgpack
Stars: ✭ 39 (+143.75%)
Mutual labels:  socket-io
chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (+6.25%)
Mutual labels:  socket-io
Project12-B-Slack-Web
Project12-B-Slack-Web
Stars: ✭ 21 (+31.25%)
Mutual labels:  socket-io
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (+37.5%)
Mutual labels:  socket-io
2019-09
TryCatch - 레크레이션 게임 "몸으로 말해요"의 온라인 게임 🙆‍♀️ 💁 🙋
Stars: ✭ 18 (+12.5%)
Mutual labels:  socket-io
vue-element-admin-fastapi
vue-element-admin-fastapi
Stars: ✭ 145 (+806.25%)
Mutual labels:  socket-io
paichat
a simple chat with socket.io 🍱
Stars: ✭ 17 (+6.25%)
Mutual labels:  socket-io
ddos
Simple dos attack utility
Stars: ✭ 36 (+125%)
Mutual labels:  socket-io
messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+1112.5%)
Mutual labels:  socket-io
laverna-server
Signaling Server for Laverna's P2P Differential Synchronization
Stars: ✭ 22 (+37.5%)
Mutual labels:  socket-io

Let's Cube

This is a Progressive Web app written in Node.JS, Express, MongoDB, socket.io, react, and material-ui.

This project consists of a client and a server.

Development:

Make sure Node.JS, MongoDB, and redis are installed.

git clone https://github.com/coder13/letscube.git
cd letscube
npm install # installs pre-commit hook

Server

The server is split across 2 files, you can run them individually from the server directory after installing modules

cd server && npm install
npm run start:server # Starts the file server (not used for dev), auth, and some api requests
npm run start:socket # Run this in a separate terminal; Starts the socket.io server for all the realtime socket requests

Server

cd client && npm install && npm run start

For more on the internals and contributing, check out the wiki

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].