mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Custom server example with Hapi in README (#825)
This commit is contained in:
parent
1e77568657
commit
5be9c04007
|
@ -356,6 +356,7 @@ export default ({ url }) => (
|
|||
<ul>
|
||||
<li><a href="./examples/custom-server">Basic custom server</a></li>
|
||||
<li><a href="./examples/custom-server-express">Express integration</a></li>
|
||||
<li><a href="./examples/custom-server-hapi">Hapi integration</a></li>
|
||||
<li><a href="./examples/custom-server-koa">Koa integration</a></li>
|
||||
<li><a href="./examples/parameterized-routing">Parameterized routing</a></li>
|
||||
<li><a href="./examples/ssr-caching">SSR caching</a></li>
|
||||
|
|
Loading…
Reference in a new issue