raravel / http-request-test

Create HTTP Request Wrapper Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create HTTP Request Wrapper Challenge

Language 한국어|English

Challenge to create module capable of http communication in node.js without http module.

How to challenge?

  • Never use http, https or npm modules.
  • Create your own folder by copying the http-request.js file.
  • When you enter a command and finally PASS is displayed, it is a success.
  • The test must be in the running state of the server.
  • You can input code anywere but you can't remove any default code.

Server run command:

node server.js

Test run command:

node test.js ./[your name]/http-request.js

If you see PASS, create a pull request.

Good Luck.

About

Create HTTP Request Wrapper Challenge


Languages

Language:JavaScript 100.0%