You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
-
# zeit-now-node-server
1
+
# vercel-node-server
2
2
3
-
An unofficial package allowing you to create Node [`http.Server`](https://nodejs.org/api/http.html#http_class_http_server) instances of your [Zeit](https://zeit.co/)[`@now/node`](https://zeit.co/docs/builders#official-builders/node-js) lambdas.
3
+
An unofficial package allowing you to create Node [`http.Server`](https://nodejs.org/api/http.html#http_class_http_server) instances of your [Vercel](https://vercel.com/)[Node](https://vercel.com/docs/runtimes#official-runtimes) lambdas.
4
4
5
5
Enables you to write unit/integration tests for your lambdas, or to perform manual testing against a local server instance.
This package has taken the code from the official [`@now/node`](https://zeit.co/docs/builders#official-builders/node-js) builder in order to ensure maximum API compatibility. As far as I am aware we have 100% API coverage.
20
+
This package has taken the code from the official [`@vercel/node`](https://vercel.com/docs/runtimes#official-runtimes) builder in order to ensure maximum API compatibility. As far as I am aware we have 100% API coverage.
21
21
22
22
## Unit testing your lambdas
23
23
@@ -28,15 +28,15 @@ We will be making use of the [`test-listen`](https://github.com/zeit/test-listen
28
28
We will also make use of [`axios`](https://github.com/axios/axios) in order to make the request against our lambda.
0 commit comments