- 18 Jun, 2024 1 commit
 - 
- 
Przemyslaw Kaminski authored
But they still don't work because there is no HasClient implemented for the websocket server.
 
 - 
 - 17 Jun, 2024 5 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
This makes it easier to change protocols, ports etc.
 - 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
 
 - 
 - 13 Jun, 2024 1 commit
 - 
- 
Przemyslaw Kaminski authored
 
 - 
 - 12 Jun, 2024 1 commit
 - 
- 
Przemyslaw Kaminski authored
 
 - 
 - 11 Jun, 2024 2 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
 
 - 
 - 06 Jun, 2024 1 commit
 - 
- 
Alexandre Delanoë authored
 
 - 
 - 05 Jun, 2024 3 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
 - 
Alfredo Di Napoli authored
 
 - 
 - 04 Jun, 2024 2 commits
 - 
- 
Alexandre Delanoë authored
 - 
Alexandre Delanoë authored
 
 - 
 - 03 Jun, 2024 6 commits
 - 
- 
Alexandre Delanoë authored
 - 
Alfredo Di Napoli authored
 - 
Alfredo Di Napoli authored
 - 
Alfredo Di Napoli authored
 - 
Alfredo Di Napoli authored
This beefy commit removes the old (unnamed) Servant API.
 - 
Alfredo Di Napoli authored
This big commit ties the knot with the named _routes_ by providing concrete server (i.e. handlers) implementations.
 
 - 
 - 31 May, 2024 1 commit
 - 
- 
Przemyslaw Kaminski authored
 
 - 
 - 30 May, 2024 1 commit
 - 
- 
Alexandre Delanoë authored
 
 - 
 - 29 May, 2024 2 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
Also, will use stm containers
 
 - 
 - 28 May, 2024 3 commits
 - 
- 
Loïc Chapron authored
Merge branch '345-docs-tsv-export-import-check-and-maintain-consistency-between-export-and-import-formats' of https://gitlab.iscpif.fr/gargantext/haskell-gargantext into 345-docs-tsv-export-import-check-and-maintain-consistency-between-export-and-import-formats
 - 
Loïc Chapron authored
 - 
Alexandre Delanoë authored
 
 - 
 - 27 May, 2024 3 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Fabien Maniere authored
 - 
Przemyslaw Kaminski authored
 
 - 
 - 25 May, 2024 2 commits
 - 
- 
Przemyslaw Kaminski authored
 - 
Przemyslaw Kaminski authored
 
 - 
 - 24 May, 2024 3 commits
 - 
- 
Alexandre Delanoë authored
 - 
Alexandre Delanoë authored
 - 
Alexandre Delanoë authored
 
 - 
 - 23 May, 2024 2 commits
 - 
- 
Przemyslaw Kaminski authored
I'm currently able to do the following: - start gargantext-server (as it hosts central exchange and dispatcher, currently) - start a websocket connection: websocat ws://localhost:8008/ws - subscibe to a topic (in websocat): {"request": "subscribe", "topic": {"type": "update_tree", "node_id": 15}} - optionally subscibe to other node_ids or start other websocat's with different subscriptions (can be multiple) - fire up cabal v2-run gargantext-central-exchange -- client This triggers a node_id: 15 and node_id: 16 notification to be sent You can send your own notifications, e.g. with Python: import json import nanomsg as n s = n.Socket(n.PUSH) s.connect('tcp://localhost:5560') s.send(json.dumps({'type': 'update_tree_first_level', 'node_id': 15}))
 - 
Alexandre Delanoë authored
 
 - 
 - 22 May, 2024 1 commit
 - 
- 
Przemyslaw Kaminski authored
 
 -