Giter Club home page Giter Club logo

morse-code-chat's Introduction

A morse code chat app built on pure Node.js (no backend frameworks), React (MUI, Redux) and WebSockets.

(This was written some time ago, so it might not follow best practices or any architectural patterns(like "avoiding callback hell" style of promises writing, for one..)

If you will be testing the functionality of the code on your machine:

  • Add appropriate values in backend/config.ts,

  • Comment out https server initialization in backend/index.ts, otherwise you'll need to generate your own SSL certificates,

  • Change the "serverURL" in frontend/src/webSocketsUtil/ to "https://localhost:<port_specified_in_backend_config.ts>

  • Use the restore_backup.sql to initialize the postgre db: -- $ create database <some_new_db_name> with owner admin; <--- if you want to specify a different user, you'll have to change permissions for the restored db, since that one has "admin" as its owner -- $ psql <some_new_db_name> < restore_backup.sql

(If you choose "Newbie" as a user role while registering then you will be able to click the "eye/see" icon to decrypt the encoded morse code message)

Login: login page

Register: register page

Homepage: home page

Chat: chat page

morse-code-chat's People

Contributors

endvvell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.