Skip to content

Commit

Permalink
updating the servers page
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Jun 18, 2024
1 parent 49be3f6 commit fe7ce45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/examples/servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Once the server and UI are both running - they should be able to communicate wit

JavaScript project that uses Node's [ExpressJS](https://expressjs.com/) framework:

[Click for GitHub Project](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers/node/express)

<img src={nestJSLogo} width="38" style={{float: 'left', marginRight: '8px', marginTop: '21px'}} />

## Nest
Expand All @@ -38,8 +40,6 @@ JavaScript project that uses Node's [NestJS](https://nestjs.com/) framework:

[Click for GitHub Project](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers/node/nestjs)

[Click for GitHub Project](https://github.com/OvidijusParsiunas/deep-chat/tree/main/example-servers/node/express)

<img src={springBootLogo} width="36" style={{float: 'left', marginRight: '8px', marginLeft: '1px', marginTop: '23px'}} />

## Spring Boot
Expand Down

0 comments on commit fe7ce45

Please sign in to comment.