Skip to content

Building a pure api use nodeJS with native dependencies

Notifications You must be signed in to change notification settings

angeloreis/api-pure-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Api with nodejs, use only native deps of node.

This project show to how to create a api from totally of scratch. Using only native dependencies of nodeJS.

List of activities

  • Building a RestFul API
    • Start Server and listening a port
    • Parsisng request paths
    • Parsing HTTP methods
    • Parsing Query strings
    • Parsing headers
    • Parsing Payloads
    • Routing Requests
    • Returning JSON
    • Add environment configuration
    • Add HTTPS support
    • Implements Services
      • /ping
      • storing Data
      • /users
      • /tokens
      • /checks
    • Connecting to an API
    • Background Workers
    • Logging to Files
    • Logging to the Console
  • Building a Web App GUI
  • Building a CLI
  • Gaingn Stability
  • Gaining Performance
  • HTTP2
  • VM
  • UDP / Datagram
  • Net
  • TLS / SSL
  • REPL
  • Async Hooks

A each day i'll update this repository to add on my portfolio, and adding more knowledge to my stack!

In God i Trust?

Yes, sir! Amem!

About

Building a pure api use nodeJS with native dependencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published