etherpad-lite/src/node
SamTV12345 28e04bdf71
Feat/changeset ts (#6594)
* Migrated changeset

* Added more tests.

* Fixed test scopes
2024-08-18 12:14:24 +02:00
..
db Feat/changeset ts (#6594) 2024-08-18 12:14:24 +02:00
eejs Moved to ts (#6593) 2024-08-17 20:14:36 +02:00
handler Feat/changeset ts (#6594) 2024-08-18 12:14:24 +02:00
hooks Fixed etherpad not being available from subdirectory 2024-08-17 21:13:51 +02:00
security chore: add docs how to obtain bearer token (#6328) 2024-04-29 17:04:00 +02:00
types Feat/changeset ts (#6594) 2024-08-18 12:14:24 +02:00
utils Feat/changeset ts (#6594) 2024-08-18 12:14:24 +02:00
padaccess.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00
README.md Added typescript to etherpad 2024-02-05 21:13:02 +01:00
server.ts Added proxy support for axios. (#6334) 2024-04-16 19:11:05 +02:00
stats.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00

About the folder structure

  • db - all modules that are accessing the data structure and are communicating directly to the database
  • handler - all modules that respond directly to requests/messages of the browser
  • utils - helper modules

Module name conventions

Module file names start with a capital letter and uses camelCase

Where does it start?

server.ts is started directly