{"id":22289159,"url":"https://github.com/fmpwizard/liftnamedcomet","last_synced_at":"2025-06-22T03:34:06.437Z","repository":{"id":1621662,"uuid":"2300325","full_name":"fmpwizard/LiftNamedComet","owner":"fmpwizard","description":"Some helper classes/traits to easy the use of named comet actors","archived":false,"fork":false,"pushed_at":"2013-05-13T01:38:39.000Z","size":1019,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T06:22:03.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jtauber/django-email-confirmation","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmpwizard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-31T08:10:39.000Z","updated_at":"2024-04-16T06:22:03.237Z","dependencies_parsed_at":"2022-08-26T10:10:52.784Z","dependency_job_id":null,"html_url":"https://github.com/fmpwizard/LiftNamedComet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2FLiftNamedComet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2FLiftNamedComet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2FLiftNamedComet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmpwizard%2FLiftNamedComet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmpwizard","download_url":"https://codeload.github.com/fmpwizard/LiftNamedComet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227962306,"owners_count":17847912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T17:08:27.554Z","updated_at":"2024-12-03T17:08:28.261Z","avatar_url":"https://github.com/fmpwizard.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Update\n\nThis library/module was integrated into Lift core on version 2.5. I hope to write an upgrade doc soon, but in the meantime, \n\nthe file names you'll need to use are:\n\n```\nNamedCometActorSnippet.scala  //have your snippet (the ones that adds the comet to the page) extend this\nNamedCometActorTrait.scala //have your comet class extend this\nNamedCometListener.scala //this is the singleton with useful methods to get the list of comet actors\n\n```\n\nThanks\n\n\n\nThis project is a library that aims at making the use of\nnamed comet actors in Lift a little easier.\n\nUsage:\n=====\n\nOn your lift project you can add the dependency as:\n\n    resolvers ++= Seq(\"snapshots\" at \"http://oss.sonatype.org/content/repositories/snapshots\",\n                    \"releases\"  at \"http://oss.sonatype.org/content/repositories/releases\")\n\n    libraryDependencies ++= Seq(\"com.fmpwizard\" %% \"lift-named-comet\" % \"0.3\")\n\nFor a sample project using this library visit:\n[Lift Auction](https://github.com/fmpwizard/lift_auction)\n\nDocumentation:\n=============\n\nYou can read this blog post to which describes how to use it::\n[fmpwizard's blog](http://blog.fmpwizard.com/lift-comet-actor-per-tab-library)\n\nFeatures:\n=========\n\n* You can have a CometActor of the same class, but different instances of it on different tabs.\n* Only the CometActor that is going to update the Ui is going to get a message.\n* You can send messages to a CometActor from other sessions (including stateless RESTful end points.\n* When a CometActor has not been present on a page after a defined lifespan, it is removed from the central registry.\n* Hides the whole implementation so the user can focus on the CometActor functionality. \n\n\nEnjoy\n\n  Diego\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fliftnamedcomet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmpwizard%2Fliftnamedcomet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmpwizard%2Fliftnamedcomet/lists"}