Skip to content
View Frastio10's full-sized avatar
:octocat:
dead
:octocat:
dead

Organizations

@jcc-feda @Frast-Basement @NixiGames

Block or report Frastio10

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Frastio10/README.md

a Software Engineer.

express express express express



- web dev as a job, the rest are just hobbies -

Pinned Loading

  1. till-die till-die Public

    Estimating the time you have left on earth.

    TypeScript

  2. react-mmo react-mmo Public

    Web Based MMO using React & Phaser (with stolen sprites lol)

    TypeScript

  3. go-playground go-playground Public

    Place where I have some fun with Go!

    Go

  4. enet-chat enet-chat Public

    CLI Chat App using c++ ENet Library. might need to use it on my game server, so i am trying this library out

    C++

  5. NodeJS basic tcp socket client and s... NodeJS basic tcp socket client and server without external library
    1
    // nodejs provided this example already on https://nodejs.org/api/http.html#http_event_upgrade
    2
    // I changed some stuffs so I can understand it better.
    3
    
                  
    4
    const http = require('http');
    5