Skip to content
View shivamgpt38's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

Organizations

@freeCodeCampDelhi
Block or Report

Block or report shivamgpt38

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. URL-shortener URL-shortener Public

    Simple URL shortener

    JavaScript 1 3

  2. express-jwt-auth express-jwt-auth Public

    simple express authentication app using jwt

    JavaScript 2 2

  3. ToastJS ToastJS Public

    Simple javascript toast

    JavaScript 1

  4. Nginx configuration for NodeJs+socke... Nginx configuration for NodeJs+socket.io+let's encrypt
    1
    upstream my-domain {
    2
            server 127.0.0.1:8080; // nodejs and socketio running on same port. chnage or create new upstream for socket if socket running on different port
    3
    }
    4
    
                  
    5
    server {