Commit graph

34 commits

Author SHA1 Message Date
maddalax
34e816ff7c
Websocket Extension - Alpha (#22)
* wip

* merge

* working again

* refactor/make it a bit cleaner

* fix to only call cb for session id who initiated the event

* support broadcasting events to all clients

* refactor

* refactor into ws extension

* add go mod

* rename module

* fix naming

* refactor

* rename

* merge

* fix manager ws delete, add manager tests

* add metric page

* fixes, add k6 script

* fixes, add k6 script

* deploy docker image

* cleanup

* cleanup

* cleanup
2024-11-09 12:05:53 -06:00
maddalax
2726c60608 set charset on html content type 2024-10-26 21:41:21 -05:00
maddalax
3468baaa84 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	framework/h/attribute.go
#	framework/h/lifecycle.go
#	framework/h/render.go
2024-10-25 22:01:04 -05:00
maddalax
cf76ca4f98 add some comments 2024-10-25 21:59:17 -05:00
maddalax
bb9fb0b327 write doctype when rendering html 2024-10-23 09:28:19 -05:00
Mohammad javad
a0f5b5dfd5
feat:add claasf (#31)
* feat:add claasf

* refactor(tag.go)

* refactor(cache.go)

* refactor(attribute.go)

* refactor(app.go)

* refactor(attribute.go)
2024-10-22 08:32:17 -05:00
Kevin Lewin
cea6b1cff2
Update slog output for server start (#27)
Fixing f string error.
2024-10-21 09:17:18 -05:00
maddalax
b6d901fadf add some helper methods for redirect and setting cookie 2024-10-20 10:21:37 -05:00
maddalax
13f650b28b simple auth example 2024-10-20 07:48:19 -05:00
Kevin Lewin
a7110576d2
Update app.go (#24)
Reformat server listening log message so user could click from terminal or ide
2024-10-18 17:29:59 -05:00
maddalax
298f4dcd61 revert 2024-10-09 10:31:34 -05:00
maddalax
f3cb95960c fix watcher to watch newly added dirs
add utility methods to RequestContext

Fix GetPartialPath
2024-10-09 10:28:41 -05:00
maddalax
9f53e8b2aa websocket stuff wip 2024-10-08 12:48:28 -05:00
maddalax
805e5729e1 build fix 2024-10-04 11:21:15 -05:00
maddalax
27b5de93ea chat working 2024-09-30 22:08:52 -05:00
maddalax
07b17b3c82 set log level 2024-09-28 12:51:23 -05:00
maddalax
5bbd35d272 fix example todo
(cherry picked from commit a2b286e9aa)
2024-09-26 14:41:46 -05:00
maddalax
76ff3fba23 swap out echo with std lib
(cherry picked from commit 6ec3dfa790)
2024-09-26 14:41:46 -05:00
maddalax
01176c845b Revert "swap out echo with std lib"
This reverts commit 6ec3dfa790.
2024-09-26 14:40:09 -05:00
maddalax
10de2f216f Revert "fix example todo"
This reverts commit a2b286e9aa.
2024-09-26 14:40:09 -05:00
maddalax
a2b286e9aa fix example todo 2024-09-26 14:39:34 -05:00
maddalax
6ec3dfa790 swap out echo with std lib 2024-09-26 14:15:57 -05:00
maddalax
22a9ef8659 optimize the reloadering, fix a bunch of issues with killing the processes 2024-09-26 11:40:31 -05:00
maddalax
8e4afbede0 some fixes 2024-09-24 11:08:35 -05:00
maddox
a1a335691d process fixes windows 2024-09-23 20:44:20 -07:00
maddalax
a58cb051e8 some cleanup, alias funcs in js package to know which commands can be used with lifecycle 2024-09-22 20:59:44 -05:00
maddalax
da7e22c446 more cleanup 2024-09-21 11:52:56 -05:00
maddalax
8c51c5227e fix build step 2024-09-20 13:25:14 -05:00
maddalax
faf33ef93d rewrite the renderer to be a bit more modular 2024-09-19 20:24:44 -05:00
maddalax
1aab41bfa9 todo mvc 2024-09-19 18:11:12 -05:00
maddalax
f0a38379c3 setup service locator
start making sample todo app
2024-09-18 14:52:57 -05:00
maddalax
fe409c363c replace fiber with echo 2024-09-17 12:13:22 -05:00
maddalax
16cdb66e0d add ent for sql
some improvements on killing the running process on reboot
2024-09-17 10:41:29 -05:00
maddalax
e467340454 does this work? 2024-09-13 11:59:44 -05:00
Renamed from h/app.go (Browse further)