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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# web-core
1
+
# destam-web-core
2
2
3
3
This package abstracts the core functionality of [OpenGig.org](https://github.com/torrinworx/OpenGig.org) into a reusable client-server setup for any web project. It is built on websockets for communication between the client and server.
4
4
@@ -17,11 +17,11 @@ Upon page load, a websocket connection is established. The server is designed to
17
17
`coreServer` allows for a custom connection function, which is loaded and mounted. Values returned from this connection are passed to authenticated jobs, enabling seamless database logic execution per job.
18
18
19
19
### Full stack example
20
-
This is a full stack web application using web-core, it uses mongodb to store the state server-side.
20
+
This is a full stack web application using destam-web-core, it uses mongodb to store the state server-side.
0 commit comments