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

Organizations

@jcc-feda @Frast-Basement @NixiGames
Block or Report

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.

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
Frastio10/README.md

a Software Engineer.

express express express express



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

Pinned Loading

  1. go-playground go-playground Public

    Place where I have some fun with Go!

    Go

  2. 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++

  3. goth goth Public

    Fullstack Go, Tailwind, and HTMX template.

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