All Projects → zafar-saleem → NodeScalableArchitecture

zafar-saleem / NodeScalableArchitecture

Licence: other
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to NodeScalableArchitecture

express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+61.29%)
Mutual labels:  mongo, mongoose, jwt-token, mongoosejs, jwt-authentication
API-Authentication-NodeJs
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
Stars: ✭ 162 (+161.29%)
Mutual labels:  jwt-tokens, jwt-token, jwt-authentication, jwt-auth
Auth-using-Vuejs-express-jwt-nodejs
Login and signup form and authentication using Vue.js, express, mongodb, JWT and bootstrap-vue
Stars: ✭ 17 (-72.58%)
Mutual labels:  mongoose, jwt-token, jwt-authentication
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+395.16%)
Mutual labels:  mongoose, jwt-authentication, jwt-auth
NodeRestApi
Node.js, Express.js and MongoDB REST API App
Stars: ✭ 38 (-38.71%)
Mutual labels:  mongo, mongoose, mongoosejs
Jose2go
Golang (GO) implementation of Javascript Object Signing and Encryption specification
Stars: ✭ 150 (+141.94%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwt Spring Security Jpa
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
Stars: ✭ 202 (+225.81%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
spring-boot-login-example
Spring Boot Login and Registration example with MySQL, JWT, Rest Api - Spring Boot Spring Security Login example
Stars: ✭ 50 (-19.35%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Jwt
Go JWT signing, verifying and validating
Stars: ✭ 394 (+535.48%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (-17.74%)
Mutual labels:  mongo, mongoose, jwt-authentication
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+88.71%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (+82.26%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (+69.35%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+129.03%)
Mutual labels:  mongo, mongoose, mongoosejs
Laravel Jwt
Laravel with JWT Authentication for API development
Stars: ✭ 31 (-50%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+135.48%)
Mutual labels:  mongoose, jwt-token, jwt-authentication
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (-27.42%)
Mutual labels:  mongo, mongoose, mongoosejs
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (-38.71%)
Mutual labels:  jwt-token, jwt-authentication, jwt-auth
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-72.58%)
Mutual labels:  mongoose, jwt-token, jwt-authentication
derivejs
DeriveJS is a reactive ODM - Object Document Mapper - framework, a "wrapper" around a database, that removes all the hassle of data-persistence by handling it transparently in the background, in a DRY manner.
Stars: ✭ 54 (-12.9%)
Mutual labels:  mongo, mongoose

Node Server that scales / Node Architecture that scales

Tweet

Note: This is a sample project for my blog on medium which can be found here.

Get Started

  1. Clone this repository
  2. Run npm install or yarn install inside its root folder.
  3. run nodemon index.js (assuming nodemon npm package is already installed on your systems)

Client side for this project

To test this project using browser I implemented the client side of this project which is in react and redux. The blog for that could be found here

Real world project

I developed a complete real world project using this architecture which can be found here. Please go ahead a explore it and leave feedback if you can.

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